Welcome![Sign In][Sign Up]
Location:
Search - ffmpeg rtp

Search list

[Multimedia programmp4reader

Description: 利用ffmpeg读取mp4容器文件里面的视频track的内容,是ffmpeg在windows下面的一个挺好的示范(有点自夸),它是我给一个项目(匿名)提供的关于mp4的读写、解码、传输(RTP)、和码流识别的所有api的一部分,大概占1/8,就是指读那一部分了。-using ffmpeg containers then no time to read the documents inside the video track, ffmpeg is below the windows of a very good model (somewhat trying) It is a project to the (anonymous) then no time on reading and writing, decoding, transmission (RTP). Recognition and bitstream all part of the api, roughly 1 / 8, this means that part of the time.
Platform: | Size: 2143200 | Author: goggle | Hits:

[Multimedia programmp4writer

Description: 利用ffmpeg保存视频到mp4容器文件里面,是ffmpeg在windows下面的一个挺好的示范(有点自夸),它是我给一个项目(匿名)提供的关于mp4的读写、解码、传输(RTP)、和码流识别的所有api的一部分,大概占1/8,就是指写那一部分了。同时,前面上传过一个读的工程,可以搜搜看。-using ffmpeg then no time to preserve video file container, ffmpeg is below the windows of a very good model (somewhat trying) It is a project to the (anonymous) then no time on reading and writing, decoding, transmission (RTP). Recognition and bitstream all part of the api, roughly 1 / 8, this means that part of the writing. Meanwhile, over the previous upload a reading project, Soso can see.
Platform: | Size: 2143674 | Author: goggle | Hits:

[Multimedia programdecode_xvid

Description: 利用xvid解码mpeg4视频压缩帧的示例工程,是ffmpeg在windows下面的一个挺好的示范(有点自夸),它是我给一个项目(匿名)提供的关于mp4的读写、解码、传输(RTP)、和码流识别的所有api的一部分,大概占1/8,就是指解码那一部分了。我前面上传过mp4容器文件读写的内容,有兴趣可以搜一下。-use xvid mpeg4 video compression decoding frames example, ffmpeg is below the windows of a very good model (somewhat trying) It is a project to the (anonymous) then no time on reading and writing, decoding, transmission (RTP). Recognition and bitstream all part of the api, roughly 1 / 8, this means that part of the decoder. Upload off in front of me then no time reading paper containers, are interested in what can be found.
Platform: | Size: 494139 | Author: goggle | Hits:

[VOIP programVVoIP

Description: 自己写的一个点对点的视频电话程序,使用了RTP协议及ffmpeg库
Platform: | Size: 4869771 | Author: 阿拉丁 | Hits:

[Windows Developrtp server

Description: 该软件是基于RFC398标准,通过RTP协议传输H.264 NAL包,由于没有实现RTSP,为了能够使通用播放器可以播放,使用了SDP(session description protocol)会话层协议。 播放的时候需要先建立一个sdp文件,设置好相应的通讯参数,然后用通用播放器(比如VLC,经测试VLC的缓冲性能要比MPLAYER和FFMPEG播放器好)打开sdp文件,再通过本 软件发送RTP数据,即可实现视频播放。由于通用播放器同一时间只可以播放一个码流,而我们的码流音频和视频是独立成两个文件的,所以只做了视频播放的演示。
Platform: | Size: 382126 | Author: guodecn | Hits:

[Multimedia Developmp4reader

Description: 利用ffmpeg读取mp4容器文件里面的视频track的内容,是ffmpeg在windows下面的一个挺好的示范(有点自夸),它是我给一个项目(匿名)提供的关于mp4的读写、解码、传输(RTP)、和码流识别的所有api的一部分,大概占1/8,就是指读那一部分了。-using ffmpeg containers then no time to read the documents inside the video track, ffmpeg is below the windows of a very good model (somewhat trying) It is a project to the (anonymous) then no time on reading and writing, decoding, transmission (RTP). Recognition and bitstream all part of the api, roughly 1/8, this means that part of the time.
Platform: | Size: 2143232 | Author: goggle | Hits:

[Multimedia Developmp4writer

Description: 利用ffmpeg保存视频到mp4容器文件里面,是ffmpeg在windows下面的一个挺好的示范(有点自夸),它是我给一个项目(匿名)提供的关于mp4的读写、解码、传输(RTP)、和码流识别的所有api的一部分,大概占1/8,就是指写那一部分了。同时,前面上传过一个读的工程,可以搜搜看。-using ffmpeg then no time to preserve video file container, ffmpeg is below the windows of a very good model (somewhat trying) It is a project to the (anonymous) then no time on reading and writing, decoding, transmission (RTP). Recognition and bitstream all part of the api, roughly 1/8, this means that part of the writing. Meanwhile, over the previous upload a reading project, Soso can see.
Platform: | Size: 2143232 | Author: goggle | Hits:

[Multimedia Developdecode_xvid

Description: 利用xvid解码mpeg4视频压缩帧的示例工程,是ffmpeg在windows下面的一个挺好的示范(有点自夸),它是我给一个项目(匿名)提供的关于mp4的读写、解码、传输(RTP)、和码流识别的所有api的一部分,大概占1/8,就是指解码那一部分了。我前面上传过mp4容器文件读写的内容,有兴趣可以搜一下。-use xvid mpeg4 video compression decoding frames example, ffmpeg is below the windows of a very good model (somewhat trying) It is a project to the (anonymous) then no time on reading and writing, decoding, transmission (RTP). Recognition and bitstream all part of the api, roughly 1/8, this means that part of the decoder. Upload off in front of me then no time reading paper containers, are interested in what can be found.
Platform: | Size: 493568 | Author: goggle | Hits:

[Otherffmpeg_sdk_manual

Description: FFMPEG开发手册,该手册比较全面和详细的介绍了ffmpeg的函数功能和调用方法,对于正搞 h264媒体文件解压缩算法的读者有一定的帮助.-FFmpeg development manual, which a more comprehensive and detailed introduction to the ffmpeg function and the function call method, for being engaged in media h264 file compression algorithm will certainly help the reader.
Platform: | Size: 155648 | Author: nzd-net | Hits:

[VOIP programVVoIP

Description: 自己写的一个点对点的视频电话程序,使用了RTP协议及ffmpeg库-Himself wrote a point-to-point video telephony procedures, using the RTP protocol and ffmpeg library
Platform: | Size: 8670208 | Author: 阿拉丁 | Hits:

[OtherRFC2326_chinese

Description:
Platform: | Size: 29696 | Author: 彭远伦 | Hits:

[Streaming Mpeg4RTPServer

Description: Rtp服务端代码,实现流媒体的传输。采用rtp协议。-Rtp server-side code to achieve the transmission of streaming media. Using rtp protocol.
Platform: | Size: 133120 | Author: Yen | Hits:

[Streaming Mpeg4x264_rtp

Description: This Code is to Encoding and Streaming H.264. This code is based to FFMPEG open source. This code consists of h.264 encoding library and RTP streaming library.
Platform: | Size: 7449600 | Author: | Hits:

[Sniffer Package capturevideosnarf-0.63.tar

Description:
Platform: | Size: 862208 | Author: pagonde | Hits:

[Streaming Mpeg475353621ffmpeg

Description: ffmgep,支持rtsp,rtp,解码,转视频格式-ffmgep, support rtsp, rtp, decoding, video format transfer
Platform: | Size: 3072 | Author: | Hits:

[Streaming Mpeg4feng-2.1.0_rc1

Description: 新版本(2.1)。feng是一个多媒体的流媒体服务器与互联网多媒体内容实时流IETF的标准兼容。feng实现RTSP协议 - 实时流协议(rfc2326)和RTP / RTCP - 支持实时传输协议/ RTP控制协议(RFC3550)的RTP资料的最小控制(rfc3551)与音频和视频会议。 client 相容列表 libnemesi Live555.com FFPlay GStreamer RealPlayer HelixPlayer QuickTime General RTSP OK OK OK OK OK OK OK Seek support Yes Partial1 No No Yes Yes Yes Pause support Yes Partial1 Yes Yes Yes Yes Yes General RTP/RTCP OK OK OK OK OK OK Partial2 MPEG Video 1/2 Yes Yes Yes Yes3 Partial4 No Yes MPEG Audio Yes Yes Yes Yes Yes Yes Partial5 Vorbis Yes No No Yes No No No Theora No No No Yes No No No H.264 Yes Yes Yes Yes No No Yes H.263/H.263+ Yes Yes Yes Yes Partial6 No Partial7 MPEG 4 Visual Yes Yes Yes Yes Partial4 No Yes AAC Yes Yes Yes Yes Yes No Yes 相依套件 glib version 2 ffmpeg version 0.5 netembryo libev-new version(2.1). Feng is a multimedia streaming server compliant with the IETF s standards for real-time streaming of multimedia contents over Internet. Feng implements RTSP – Real-Time Streaming Protocol (rfc2326) and RTP/RTCP – Real-Time Transport Protocol/RTP Control Protocol (rfc3550) supporting the RTP Profile for Audio and Video Conferences with Minimal Control (rfc3551).
Platform: | Size: 575488 | Author: | Hits:

[Internet-NetworkRtp

Description: 服务器端发送H264码流,客户端接受并解码与存为YUV文件.(H264,ffmpeg,Rtp,YUV等技术都包含在内)希望大家好好学习。我愿传播我的知识,促进社会发展 2012.9.7-Server sends H264 stream client to receive and decode YUV file saved as. (H264, ffmpeg, Rtp, YUV, and other technologies are included) and hope that we learn. I would like to spread my knowledge, promote social development 2012.9.7
Platform: | Size: 66008064 | Author: jackshen | Hits:

[Internet-Networkfeng-2.1.0_rc1.tar

Description: 开源的流媒体服务器源代码,rtsp和rtp点播做的不错,是要ffmpeg作为媒体文件的容器解析库。-Open source streaming media server source code, rtsp and rtp demand to do good, to ffmpeg as a media container file parsing library.
Platform: | Size: 244736 | Author: 李强 | Hits:

[Video Capture3

Description: ffmpeg通过dshow驱动摄像头拍摄视频,并将视频转为h264格式,再添加到rtp流中。运行后生成*.sdp文件,拖入vlc播放器可以查看。运行时请将lib与include文件放到c盘下。本机环境为win8.1(x64) vs2013(x86)-ffmpeg dshow driven by the camera to shoot video, and video into h264 format, add it rtp stream. After running the generated*. Sdp file, drag vlc player can see. Please runtime lib and include file into the c drive. The machine environment for win8.1 (x64) vs2013 (x86)
Platform: | Size: 26231808 | Author: 卢涛 | Hits:

[Streaming Mpeg4Decode_Rtp_Receive

Description: 接受RTP负载的H.264数据并用ffmpeg解码呈现 -RTP H。264 ffmpeg
Platform: | Size: 1905664 | Author: 陈凌海 | Hits:
« 12 »

CodeBus www.codebus.net